Add sample_data module using pooch for example datasets#142
Open
swagat-mishra28 wants to merge 12 commits into
Open
Add sample_data module using pooch for example datasets#142swagat-mishra28 wants to merge 12 commits into
swagat-mishra28 wants to merge 12 commits into
Conversation
Author
|
Hi, it looks like the workflow for this PR is currently awaiting maintainer approval to run the CI checks. Please let me know if I should make any adjustments or if the workflow can be approved. Thanks! |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Author
UpdateThis PR has been updated to include basic tests for the new The added tests verify:
These tests help ensure that the dataset loader behaves correctly and that the caching mechanism provided by The goal of these tests is to improve reliability of the dataset loading utilities while keeping the implementation lightweight and aligned with the original purpose of this PR (introducing the |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR implements a
sample_datamodule for ethology datasets.It introduces a
load_sample_tracking()function using thepoochlibrary to download example datasets, similar to how scikit-image
provides sample datasets.
This establishes the structure for future datasets once a GIN
repository is configured.
Changes:
ethology/datasets/sample_data.pydatasets/__init__.pypoochdependency